-
Couldn't load subscription status.
- Fork 2
Stuff #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is implemented via a hatch build hook that writes the version info to `datasalad/_version.py`. This file is gitignored.
Do not ship GitHub workflows, CI tools and rendered documentation.
All environments now feature a description of their purpose, which is discoverable by running `hatch env show`. There is now a matrix test run setup to execute (select) tests across all current Python versions. There are additional environments for spell checking, and release management.
To make this possible, the codecov uploader execution is now conditional on the CODECOV_BINARY variable being defined.
The tests run on appveyor like the run locally too. There is no significant use of appveyor-provided Python installations and virtual environments anymore. This is all managed via hatch. The changeset also includes the switch to CodeCov's new CLI uploaders. This now requires an access token to be set (done via ENV).
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 98.02% 98.03%
=======================================
Files 19 20 +1
Lines 659 661 +2
Branches 118 126 +8
=======================================
+ Hits 646 648 +2
Misses 7 7
Partials 6 6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Code Climate has analyzed commit 93cee11 and detected 0 issues on this pull request. View more on Code Climate. |
No description provided.